Spread Windows Forms 12.0 Product Documentation
ClearConditionalFormatUndoAction Constructor(SheetView,CellRange[])


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.UndoRedo Namespace > ClearConditionalFormatUndoAction Class > ClearConditionalFormatUndoAction Constructor : ClearConditionalFormatUndoAction Constructor(SheetView,CellRange[])
Creates a new undo action for a clear conditional format of the specified range in the specified sheet.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheetView As SheetView, _
   ByVal cellRanges() As CellRange _
)
'Usage
 
Dim sheetView As SheetView
Dim cellRanges() As CellRange
 
Dim instance As New ClearConditionalFormatUndoAction(sheetView, cellRanges)
public ClearConditionalFormatUndoAction( 
   SheetView sheetView,
   CellRange[] cellRanges
)

Parameters

sheetView
cellRanges
See Also

Reference

ClearConditionalFormatUndoAction Class
ClearConditionalFormatUndoAction Members
Overload List